body {
  margin: 0;
  min-width: 1200px;
}
@font-face {
  font-family: 'iconfont';
  /* project id 3231658 */
  src: url('');
  src: url('?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_3231658_9cyo7ni7xks.woff2') format('woff2'), url('https://at.alicdn.com/t/font_3231658_9cyo7ni7xks.woff') format('woff'), url('https://at.alicdn.com/t/font_3231658_9cyo7ni7xks.ttf') format('truetype'), url('#iconfont') format('svg');
}
header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0px 1px 3px rgba(26 26 26 / 8%);
  height: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  background-color: #fff;
}
header i.iconfont {
  font-family: iconfont;
  font-style: normal;
  font-size: 20px;
}
header a,
header .headermenu {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .center .list {
  display: flex;
}
header .center .list > a:hover,
header .center .list .headermenu:hover {
  background: rgba(0, 0, 0, 0.05);
}
header .center .list > a,
header .center .list .headermenu {
  padding: 0 25px;
  line-height: 60px;
  height: 60px;
  display: inline-flex;
  transition: 0.1s;
  position: relative;
  align-items: center;
  box-sizing: border-box;
}
header .center .list > a.home[active='home'],
header .center .list .headermenu.home[active='home'] {
  border-bottom: solid 3px #999;
}
header .center .list > a.ai[active='ai'],
header .center .list .headermenu.ai[active='ai'] {
  border-bottom: solid 3px #999;
}
header .center .list > a.peiyin[active='peiyin'],
header .center .list .headermenu.peiyin[active='peiyin'] {
  border-bottom: solid 3px #999;
}
header .center .list > a.human[active='human'],
header .center .list .headermenu.human[active='human'] {
  border-bottom: solid 3px #999;
}
header .center .list > a.vipcenter[active='vipcenter'],
header .center .list .headermenu.vipcenter[active='vipcenter'] {
  border-bottom: solid 3px #999;
}
header .center .list > a.tools[active='tools'],
header .center .list .headermenu.tools[active='tools'] {
  border-bottom: solid 3px #999;
}
header .center .list > a i.iconfont,
header .center .list .headermenu i.iconfont {
  width: 14px;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 2px;
}
header .center .list > a span,
header .center .list .headermenu span {
  display: inline-block;
  background-color: #FF4242;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  top: 2px;
  left: 50%;
  padding: 3px;
  border-radius: 10px 0 10px 0;
  transform: scale(1);
}
header .center .list > a:hover .smenu,
header .center .list .headermenu:hover .smenu {
  display: block;
}
header .center .list > a .smenu,
header .center .list .headermenu .smenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translate(-50%, 0);
  line-height: 40px;
  z-index: 101;
}
header .center .list > a .smenu .triangle,
header .center .list .headermenu .smenu .triangle {
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  background-color: #fff;
  margin: 0 auto;
}
header .center .list > a .smenu .inner,
header .center .list .headermenu .smenu .inner {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: -5px;
}
header .center .list > a .smenu .inner a,
header .center .list .headermenu .smenu .inner a {
  width: 120px;
  right: 0;
  text-align: center;
  color: #333;
  display: inline-block;
}
header .center .list > a .smenu .inner a:hover,
header .center .list .headermenu .smenu .inner a:hover {
  color: #FAA406;
}
header .center .list > a .smenu .inner .line,
header .center .list .headermenu .smenu .inner .line {
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
header .center .back {
  border: solid 1px #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #000;
  margin-left: 15px;
  transition: 0.1s;
}
header .center .back:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #999;
}
header .right {
  display: flex;
  align-items: center;
}
header .right a {
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  transition: 0.1s;
}
header .right a:hover {
  background: rgba(0, 0, 0, 0.05);
}
header .right .notice i {
  position: relative;
}
header .right .notice span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #E74B3B;
  position: absolute;
  top: -30%;
  left: 50%;
  line-height: 16px;
  border-radius: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
header .right .login {
  width: 130px;
  box-sizing: border-box;
}
header .right .login span {
  padding: 5px 8px;
  border: solid 1px #333;
  border-radius: 15px;
}
header .right .headermenu {
  width: 130px;
  padding: 0 25px;
  line-height: 60px;
  height: 60px;
  transition: 0.1s;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  display: none;
  justify-content: center;
}
header .right .headermenu img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
header .right .headermenu:hover .smenu {
  display: block;
}
header .right .headermenu .smenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translate(-50%, 0);
  line-height: 40px;
}
header .right .headermenu .smenu .triangle {
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  background-color: #fff;
  margin: 0 auto;
}
header .right .headermenu .smenu .inner {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: -5px;
}
header .right .headermenu .smenu .inner a {
  width: 120px;
  right: 0;
  text-align: center;
  color: #333;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
header .right .headermenu .smenu .inner a:hover {
  color: #FAA406;
}
header .right .headermenu .smenu .inner .line {
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.blurBox[active='home'] {
  filter: blur(10px);
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  display: block!important;
}
header[active="home"] .logo img:first-child {
  display: none;
}
header[active="home"] .logo img:last-child {
  display: block!important;
}
header[active="home"] .center .list a,
header[active="home"] .center .list .headermenu {
  color: #fff;
}
header[active="home"] .center .back {
  border-color: #fff;
  color: #fff;
}
header[active="home"] .right a {
  color: #fff;
}
header[active="home"] .right .exchange {
  color: #fff;
}
header[active="home"] .right .login span {
  color: #fff;
  border-color: #fff;
}
.fixedBar {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 60px;
  z-index: 1001;
  border-radius: 5px;
}
.fixedBar .mainBar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.fixedBar button:first-child {
  border-radius: 5px 5px 0 0;
}
.fixedBar button:last-child {
  border-radius: 0 0 5px 5px;
}
.fixedBar button:hover {
  background-color: #FFA228;
  border-color: #FFA228;
}
.fixedBar button:hover .icon img:first-child {
  display: none;
}
.fixedBar button:hover .icon img:last-of-type {
  display: inline-block;
}
.fixedBar button:hover span {
  color: #fff;
}
.fixedBar button:hover .humanOrder {
  display: block !important;
}
.fixedBar button:hover .fixedPopup {
  display: flex!important;
}
.fixedBar button {
  width: 60px;
  height: 65px;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: solid 1px #eee;
  background: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  outline: none;
}
.fixedBar button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fixedBar button .icon .top_notice {
  display: none;
  position: absolute;
  top: -5px;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #FE3406;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.fixedBar button .icon img {
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
}
.fixedBar button .icon img:last-of-type {
  display: none;
}
.fixedBar button span {
  font-size: 12px;
  color: #333;
}
.fixedBar button .fixedPopup {
  display: none;
  position: absolute;
  right: 75px;
  background-color: #fff;
  width: 210px;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.fixedBar button .fixedPopup img {
  width: 80px;
}
.fixedBar button .fixedPopup .contents {
  padding-left: 10px;
}
.fixedBar button .fixedPopup .contents .tit {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.fixedBar button .fixedPopup .contents p {
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: left;
}
.fixedBar button .humanOrder {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  padding-right: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: default;
}
.fixedBar button .humanOrder .inner {
  background-color: #fff;
  width: 280px;
  height: 350px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.fixedBar button .humanOrder .inner .nomores {
  font-size: 16px;
  padding-top: 15px;
  color: #999;
}
.fixedBar button .humanOrder .inner .list::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.fixedBar button .humanOrder .inner .list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.fixedBar button .humanOrder .inner .list {
  height: 285px;
  overflow-y: auto;
}
.fixedBar button .humanOrder .inner .list .or {
  border-bottom: solid 1px #eee;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 75px;
  position: relative;
}
.fixedBar button .humanOrder .inner .list .or .left {
  display: flex;
  flex-direction: column;
}
.fixedBar button .humanOrder .inner .list .or .left span {
  color: #333;
  text-align: left;
}
.fixedBar button .humanOrder .inner .list .or .left span:first-child {
  font-size: 14px;
  margin-bottom: 5px;
}
.fixedBar button .humanOrder .inner .list .or .left span:last-child {
  color: #999;
}
.fixedBar button .humanOrder .inner .list .or .right {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.fixedBar button .humanOrder .inner .list .or .right:hover {
  background-color: #f5f5f5;
}
.fixedBar button .humanOrder .inner a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #FEA406;
  line-height: 35px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.fixedBar button .btn {
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixedBar #totop {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
